From: Nick Roberts Date: Sun, 20 May 2007 02:51:25 +0000 (+0000) Subject: * src/configure.in (AC_CHECK_HEADERS) Add gpm.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18806 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=015404491efd55d11d71faf87eb53cd0687ae8ff;p=emacs.git * src/configure.in (AC_CHECK_HEADERS) Add gpm.h. (AC_CHECK_LIB): Add -lgpm. * config.in Regenerate. --- diff --git a/src/config.in b/src/config.in index 43c1efac14f..93f67df66dc 100644 --- a/src/config.in +++ b/src/config.in @@ -231,6 +231,9 @@ Boston, MA 02110-1301, USA. */ /* Define to 1 if you have the ungif library (-lungif). */ #undef HAVE_GIF +/* Define to 1 if you have the header file. */ +#undef HAVE_GPM_H + /* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT